Logical Operators

The logical operators available in MSL are the following:

Operator Description Example
|| Or a || b
&& And a && b
! Not !a